object ScoreOptions: TScoreOptions Left = 271 Top = 111 BorderStyle = bsDialog Caption = 'Scoring' ClientHeight = 364 ClientWidth = 384 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow TextHeight = 19 object Bevel2: TBevel Left = 192 Top = 4 Width = 185 Height = 121 Shape = bsFrame Style = bsRaised end object Bevel1: TBevel Left = 8 Top = 4 Width = 177 Height = 353 Shape = bsFrame Style = bsRaised end object Label1: TLabel Left = 20 Top = 40 Width = 113 Height = 21 AutoSize = False Caption = '3 letter words' end object Label2: TLabel Left = 20 Top = 72 Width = 113 Height = 21 AutoSize = False Caption = '4 letter words' end object Label3: TLabel Left = 20 Top = 104 Width = 113 Height = 21 AutoSize = False Caption = '5 letter words' end object Label4: TLabel Left = 20 Top = 136 Width = 113 Height = 21 AutoSize = False Caption = '6 letter words' end object Label5: TLabel Left = 20 Top = 168 Width = 113 Height = 21 AutoSize = False Caption = '7 letter words' end object Label6: TLabel Left = 20 Top = 200 Width = 113 Height = 21 AutoSize = False Caption = '8 letter words' end object Label7: TLabel Left = 20 Top = 232 Width = 113 Height = 21 AutoSize = False Caption = '9 letter words' end object Label8: TLabel Left = 20 Top = 264 Width = 113 Height = 21 AutoSize = False Caption = '10 letter words' end object Label9: TLabel Left = 20 Top = 296 Width = 113 Height = 21 AutoSize = False Caption = '11 letter words' end object Label10: TLabel Left = 20 Top = 328 Width = 113 Height = 21 AutoSize = False Caption = 'Larger words' end object Label11: TLabel Left = 20 Top = 12 Width = 149 Height = 19 Alignment = taCenter AutoSize = False Caption = 'Points for Words' Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label12: TLabel Left = 200 Top = 12 Width = 165 Height = 19 Alignment = taCenter AutoSize = False Caption = 'Subtract A Point' Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Score3: TEdit Left = 140 Top = 36 Width = 37 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 0 end object Score4: TEdit Left = 140 Top = 68 Width = 37 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 1 end object Score5: TEdit Left = 140 Top = 100 Width = 37 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 2 end object Score6: TEdit Left = 140 Top = 132 Width = 37 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 3 end object Score7: TEdit Left = 140 Top = 164 Width = 37 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 4 end object Score8: TEdit Left = 140 Top = 196 Width = 37 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 5 end object Score9: TEdit Left = 140 Top = 228 Width = 37 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 6 end object Score10: TEdit Left = 140 Top = 260 Width = 37 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 7 end object Score11: TEdit Left = 140 Top = 292 Width = 37 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 8 end object Score12: TEdit Left = 140 Top = 324 Width = 37 Height = 27 AutoSize = False MaxLength = 2 TabOrder = 9 end object OKButton: TButton Left = 204 Top = 172 Width = 69 Height = 33 Caption = '&Ok' Default = True TabOrder = 10 OnClick = OKButtonClick end object CancelButton: TButton Left = 284 Top = 172 Width = 69 Height = 33 Caption = '&Cancel' TabOrder = 11 OnClick = CancelButtonClick end object Misspelled: TCheckBox Left = 204 Top = 40 Width = 169 Height = 21 Caption = 'Misspelled Word' TabOrder = 12 end object TooShort: TCheckBox Left = 204 Top = 96 Width = 169 Height = 21 Caption = 'Word Too Short' TabOrder = 13 end object NotInPuzzle: TCheckBox Left = 204 Top = 68 Width = 169 Height = 21 Caption = 'Word Not In Puzzle' TabOrder = 14 end end